-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cats): timeoutSeconds and errorIntervalSeconds config are not respected #6105
Conversation
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
f98aa81
to
efea00e
Compare
@Mergifyio backport release-1.29.x release-1.30.x release-1.31.x release-1.32.x |
✅ Backports have been created
|
Co-authored-by: Tung Huynh <s2.huynh@samsung.com> (cherry picked from commit 0501650)
Co-authored-by: Tung Huynh <s2.huynh@samsung.com> (cherry picked from commit 0501650)
Co-authored-by: Tung Huynh <s2.huynh@samsung.com> (cherry picked from commit 0501650)
Co-authored-by: Tung Huynh <s2.huynh@samsung.com> (cherry picked from commit 0501650)
Thank you @huynhsontung ! |
Fixed
redis.poll.errorIntervalSeconds
andredis.poll.timeoutSeconds
configs are not respected. This bug was introduced when convertingRedisCacheConfig
from Groovy to Java. See related PR.